-
Notifications
You must be signed in to change notification settings - Fork 284
feat: Qdrant storage support #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
badmonster0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding Qdrant storage support!
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
|
Payload conversion is simpler now. |
|
Hey @badmonster0. The fields specified under |
Correct. "key fields" and "value fields" are exclusive. |
badmonster0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a warm checkin to see if there's any questions during implementing. Feel free to ask if there's any :)
It looks like the executor logic is almost there. The setup status checker is usually harder. We're also considering making this part optional (e.g. users can manage the backend resources themselves outside cocoindex, as long as the schema they created matches certain expectations). If there're indeed difficulty in this part and you prefer, I can make this change.
Thanks!
|
Hey. I'm on a vacation.
Sure. Thank you 🙏 |
Added a Then when implementing Hope this makes the integration of Qdrant easier by separating into different steps :) |
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
|
Hey @badmonster0! Am I right in my understanding that |
Yes, that's correct.
Yes, this is the right approach in my mind. |
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
636ac3d to
9ce4328
Compare
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
|
Hi @badmonster0 👋. This should be it. You can now try the example at https://github.com/Anush008/cocoindex/tree/qdrant/examples/text_embedding_qdrant. |
…::install_default() before this point Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
| BasicValueType::LocalDateTime
| BasicValueType::OffsetDateTime
| BasicValueType::Time
| BasicValueType::Uuid
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
badmonster0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thank you very much!
Descrption
This PR adds support to export data to a Qdrant - https://qdrant.tech/ collection.
To run Qdrant,
6333 - REST API, 6334 - gRPC API.
The Rust client calls the gRPC API.
You can find a dashboard at
https://localhost:6333/dashboard.